crypto/internal/edwards25519.projP2.X (field)
8 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L19: X, Y, Z field.Element
edwards25519.go#L59: v.X.Zero()
edwards25519.go#L196: v.X.Multiply(&p.X, &p.T)
edwards25519.go#L203: v.X.Set(&p.x)
edwards25519.go#L218: v.x.Multiply(&p.X, &p.Z)
edwards25519.go#L221: v.t.Multiply(&p.X, &p.Y)
edwards25519.go#L355: XX.Square(&p.X)
edwards25519.go#L359: XplusYsq.Add(&p.X, &p.Y)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |